home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / git-4.3 / git-4 / git-4.3.11 / term / .gitrc.thix < prev    next >
Encoding:
Text File  |  1996-06-06  |  7.4 KB  |  288 lines

  1.  
  2. ###############################################################################
  3. ###                                        ###
  4. ###            GNU Interactive Tools 4.3.11 configuration file            ###
  5. ###   Copyright (c) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.   ###
  6. ###                                        ###
  7. ###############################################################################
  8.  
  9.  
  10. ###
  11. ### Thix virtual terminal configuration file.
  12. ###
  13.  
  14.  
  15.  
  16. ###
  17. ### If your terminal supports the standard ANSI color sequences, set
  18. ### AnsiColors to ON ([GITxxx-Color] descriptions will be used).  If it
  19. ### doesn't, AnsiColors should be OFF ([GITxxx-Monochrome] descriptions
  20. ### will be used instead).
  21. ###
  22.  
  23.  
  24. [Setup]
  25. TempDirectory        = /tmp
  26. AnsiColors        = ON    # empty means OFF
  27. UseLastScreenChar    = OFF     # use the last character on the screen
  28. StartupScrollStep    =    # empty means half the number of lines
  29.  
  30.  
  31. #
  32. # WARNING: empty lines or lines begining with a comment are considered to
  33. # be end of sections !!!
  34. #
  35.  
  36. [GIT-Setup]
  37. StartupFileDisplayMode    = Size    # OwnerGroup, DateTime, Size, Mode or FullName
  38. StartupFileSortMethod    = Name    # Name, Extension, Size, Date, Mode, OwnerId, GroupId, OwnerName or GroupName
  39. ConfirmOnExit        =    # empty means OFF
  40. HistoryFile        = ~/.githistory
  41. InfoDisplay        = ON
  42. LeadingDotMatch        = ON    # OFF means that leading '.' is matched only explicitly
  43. TypeSensitivity        = ON    # Automatically set to OFF when AnsiColors is OFF
  44. NormalModeHelp        = F3 View  F4 Edit  F5 Copy  F6 Move  F7 MkDir  F8 Del  F10 Exit ^CH Ln ^CS SymLn
  45. CommandLineModeHelp    = ^G-STOP ^B/^F-MOVE ^P/^N-HISTORY ^A-BOL ^E-EOL ^O-RESTORE ^X^C-EXIT ^Z-SUSPEND
  46. #NormalModeHelp        = System: \s   Host: \h   Machine: \m   Date: \d
  47. #CommandLineModeHelp    = System: \s   Host: \h   Machine: \m   Date: \d
  48.  
  49.  
  50. [GITPS-Setup]
  51. GitPsModeHelp        = Arrows-MOVE  space-SIGNALS  ^L-REFRESH  ^G/^X^C/F10-QUIT  ^Xk-KILL
  52.  
  53.  
  54. [GITVIEW-Setup]
  55. GitViewModeHelp        = Arrows/PgUp/PgDown/Home/End-MOVE ^L-REFRESH ^G/^X^C/F10-QUIT 0-9/a-f/A-F-OFFSET
  56.  
  57.  
  58. ###
  59. ### To ignore a section just comment its name
  60. ###
  61.  
  62. [GIT-FTI]
  63.  
  64.  
  65. ################################################
  66. ### Thix virtual terminal with color monitor ###
  67. ################################################
  68.  
  69.  
  70. [GIT-Color]
  71. TitleForeground            = CYAN
  72. TitleBackground            = BLUE
  73. TitleBrightness            = ON
  74. UserName            = YELLOW
  75. TtyName                = YELLOW
  76. PanelFrame             = WHITE
  77. PanelBackground            = BLUE
  78. PanelSelectedFile        = YELLOW
  79. PanelSelectedFileBrightness    = ON
  80. PanelNotSelectedFile        = WHITE
  81. PanelNotSelectedFileBrightness    = ON
  82. PanelCurrentSelectedFile    = YELLOW
  83. PanelCurrentNotSelectedFile    = WHITE
  84. PanelCurrentFile        = CYAN
  85. PanelPath            = RED
  86. PanelPathBrightness        = OFF
  87. PanelDeviceFreeSpace        = RED
  88. PanelDeviceFreeSpaceBrightness    = OFF
  89. PanelFileInfo            = RED
  90. PanelFileInfoBrightness        = OFF
  91. PanelFilesInfo            = BLACK
  92. PanelFilesInfoBrightness    = OFF
  93. InputLineForeground        = WHITE
  94. InputLineBackground        = BLACK
  95. InputLineBrightness        = ON
  96. InputLineErrorForeground    = WHITE
  97. InputLineErrorBackground    = RED
  98. InputLineErrorBrightness    = ON
  99. StatusBarForeground        = BLACK
  100. StatusBarBackground        = CYAN
  101. StatusBarBrightness        = OFF
  102. StatusBarWarningForeground    = BLACK
  103. StatusBarWarningBackground    = WHITE
  104. StatusBarWarningBrightness    = OFF
  105. StatusBarErrorForeground    = WHITE
  106. StatusBarErrorBackground    = RED
  107. StatusBarErrorBrightness    = ON
  108.  
  109.  
  110. [GITPS-Color]
  111. TitleForeground            = CYAN
  112. TitleBackground            = BLUE
  113. TitleBrightness            = ON
  114. HeaderForeground        = CYAN
  115. HeaderBackground        = RED
  116. HeaderBrightness        = ON
  117. ScreenForeground        = BLACK
  118. ScreenBackground        = CYAN
  119. ScreenBrightness        = OFF
  120. StatusForeground        = CYAN
  121. StatusBackground        = BLUE
  122. StatusBrightness        = ON
  123.  
  124.  
  125. [GITVIEW-Color]
  126. TitleForeground            = CYAN
  127. TitleBackground            = BLUE
  128. TitleBrightness            = ON
  129. HeaderForeground        = CYAN
  130. HeaderBackground        = RED
  131. HeaderBrightness        = ON
  132. ScreenForeground        = BLACK
  133. ScreenBackground        = CYAN
  134. ScreenBrightness        = OFF
  135. StatusForeground        = CYAN
  136. StatusBackground        = BLUE
  137. StatusBrightness        = ON
  138.  
  139.  
  140. ################################################################
  141. ### Thix virtual terminal with monochrome monitor or b/w tty ###
  142. ################################################################
  143.  
  144.  
  145. [GIT-Monochrome]
  146. TitleForeground            = WHITE
  147. TitleBackground            = BLACK
  148. TitleBrightness            = ON
  149. UserName            = WHITE
  150. TtyName                = WHITE
  151. PanelFrame             = WHITE
  152. PanelBackground         = BLACK
  153. PanelSelectedFile         = WHITE
  154. PanelSelectedFileBrightness    = ON
  155. PanelNotSelectedFile        = WHITE
  156. PanelNotSelectedFileBrightness    = OFF
  157. PanelCurrentSelectedFile    = WHITE
  158. PanelCurrentNotSelectedFile    = BLACK
  159. PanelCurrentFile        = WHITE
  160. PanelPath             = BLACK
  161. PanelPathBrightness         = OFF
  162. PanelDeviceFreeSpace            = BLACK
  163. PanelDeviceFreeSpaceBrightness    = OFF
  164. PanelFileInfo             = BLACK
  165. PanelFileInfoBrightness     = OFF
  166. PanelFilesInfo            = BLACK
  167. PanelFilesInfoBrightness    = OFF
  168. InputLineForeground        = WHITE
  169. InputLineBackground        = BLACK
  170. InputLineBrightness        = ON
  171. InputLineErrorForeground    = WHITE
  172. InputLineErrorBackground    = BLACK
  173. InputLineErrorBrightness    = ON
  174. StatusBarForeground         = BLACK
  175. StatusBarBackground         = WHITE
  176. StatusBarBrightness         = OFF
  177. StatusBarWarningForeground     = BLACK
  178. StatusBarWarningBackground     = WHITE
  179. StatusBarWarningBrightness     = OFF
  180. StatusBarErrorForeground     = BLACK
  181. StatusBarErrorBackground     = WHITE
  182. StatusBarErrorBrightness     = OFF
  183.  
  184.  
  185. [GITPS-Monochrome]
  186. TitleForeground            = BLACK
  187. TitleBackground            = WHITE
  188. TitleBrightness            = OFF
  189. HeaderForeground        = WHITE
  190. HeaderBackground        = BLACK
  191. HeaderBrightness        = ON
  192. ScreenForeground        = WHITE
  193. ScreenBackground        = BLACK
  194. ScreenBrightness        = OFF
  195. StatusForeground        = BLACK
  196. StatusBackground        = WHITE
  197. StatusBrightness        = OFF
  198.  
  199.  
  200. [GITVIEW-Monochrome]
  201. TitleForeground            = BLACK
  202. TitleBackground            = WHITE
  203. TitleBrightness            = OFF
  204. HeaderForeground        = WHITE
  205. HeaderBackground        = BLACK
  206. HeaderBrightness        = ON
  207. ScreenForeground        = WHITE
  208. ScreenBackground        = BLACK
  209. ScreenBrightness        = OFF
  210. StatusForeground        = BLACK
  211. StatusBackground        = WHITE
  212. StatusBrightness        = OFF
  213.  
  214.  
  215. ###
  216. ### COMMAND FORMAT:
  217. ### key = command name; formatted command; new dir; save screen; pause; hide
  218. ###
  219. ### DEFAULTS:
  220. ### save screen = y
  221. ### pause       = n
  222. ### hide        = n
  223. ###
  224. ### PLEASE READ THE INFO DOCUMENTATION FOR DETAILS
  225. ### BRIEF:
  226. ###
  227. ###     FORMAT SPECIFIERS:
  228. ###     - %s{question,default_answer}
  229. ###    - %?{confirmation}
  230. ###
  231. ###     - %f file (not directory)
  232. ###     - %d directory (not file)
  233. ###     - %l symbolic link
  234. ###    - %t fifo
  235. ###    - %z socket
  236. ###     - %a all kind of directory entry (file, directory, link, fifo, socket)
  237. ###     - %m current file mode
  238. ###     - %g current file group
  239. ###     - %o current file owner
  240. ###    - %p current panel path
  241. ###    - %b current panel directory name
  242. ###    - %i current panel selected (if any) or current file
  243. ###
  244. ###     **** For the other panel: *****
  245. ###
  246. ###     - %F file (not directory)
  247. ###    - %D directory (not file)
  248. ###     - %L symbolic link
  249. ###    - %T fifo
  250. ###    - %Z socket
  251. ###     - %A all kind of directory entry (file, directory, link, fifo, socket)
  252. ###     - %M current file mode
  253. ###     - %G current file group
  254. ###     - %O current file owner
  255. ###    - %P the other panel path
  256. ###    - %B the other panel directory name
  257. ###    - %I the other panel selected (if any) or current file
  258. ###
  259. ### For faster startup, try to keep this entries sorted alphabetically,
  260. ### at least locally.  The order is given by the key sequence.
  261. ###
  262.  
  263.  
  264. ###
  265. ### Key sequences starting with characters between ' ' and '~' are IGNORED !
  266. ###
  267.  
  268. [GIT-Keys]
  269. ^[[21~         = exit                    # F10
  270. ^[@k        = GITPS; gitps;;n                # F11
  271. ^[@l         = READ-MAIL; $GIT_RMAIL;;n            # F12
  272.  
  273.  
  274. ###
  275. ### Key sequences starting with characters between ' ' and '~' are ALLOWED.
  276. ###
  277.  
  278. [GITPS-Keys]
  279. ^[[21~        = exit                    # F10
  280.  
  281.  
  282. ###
  283. ### Key sequences starting with characters between ' ' and '~' are IGNORED !
  284. ###
  285.  
  286. [GITVIEW-Keys]
  287. ^[[21~        = exit                    # F10
  288.